home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / TAROT.SWF / scripts / DefineSprite_107 / frame_3 / DoAction.as
Text File  |  2003-11-17  |  270b  |  19 lines

  1. efface = true;
  2. t = 0;
  3. while(2 >= t)
  4. {
  5.    if(parseInt(effcartenbr) == parseInt(_root.numcarteschoisies[t]))
  6.    {
  7.       efface = false;
  8.    }
  9.    t++;
  10. }
  11. if(efface)
  12. {
  13.    eval("_root.cartes.carte" + effcartenbr).gotoAndPlay(2);
  14. }
  15. else
  16. {
  17.    gotoAndPlay(5);
  18. }
  19.